﻿/*-----------------------------------------------图片滚动-栏目条------------------------------------------------------*/
/*无更多*/
.lmt_pic{ width:100%; height:180px; text-align:center;background:url("../images/lmt_pic.jpg") no-repeat; float:left;overflow:hidden;}
.picScroll-left{ width:100%;height:100%; position:relative;}
/*前后按钮*/
.picScroll-left .hd{width:53px; height:100%;float:left;}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:80px;  overflow:hidden;
		cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .next:hover{ background-position:-60px -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }

.lmt_pic .lmt_top{ width:53px; height:100%; float:left;background:none;}
.lmt_pic .lmt_tit{ display:none;width:auto;overflow:hidden; float:left; line-height:28px;font-family:微软雅黑; font-size:16px; color:#222; margin-left:12px;}

.picScroll-left .bd{ padding:15px 3px; width:930px; overflow:hidden;height:100%; position:relative;float:left; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:182px; height:130px;display:block;border:1px solid #fff;}
.picScroll-left .bd ul li .pic a:hover img{border:1px solid #ccc;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
/*更多*/
.lmt_pic .more{ display:none;}
.lmt_pic .more a{}
.lmt_pic .more {}